Spread WPF Documentation
NotifyCollectionBase<T> Class
Members 


Represents a base collection that notifies listeners of dynamic changes when items are added and removed or the entire collection object is reset.
Object Model
NotifyCollectionBase<T> Class
Syntax
'Declaration
 
<System.Reflection.DefaultMemberAttribute("Item")>
Public MustInherit Class NotifyCollectionBase(Of T) 
'Usage
 
Dim instance As NotifyCollectionBase(Of T)
[System.Reflection.DefaultMember("Item")]
public abstract class NotifyCollectionBase<T> 
Type Parameters
T
Inheritance Hierarchy

System.Object
   GrapeCity.Windows.SpreadSheet.Data.NotifyCollectionBase<T>
      GrapeCity.Windows.SpreadSheet.Data.NotifyCollection<T>

Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

NotifyCollectionBase<T> Members
GrapeCity.Windows.SpreadSheet.Data Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.